home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr16 / nx10b3.zip / READ.ME < prev   
Text File  |  1995-02-22  |  6KB  |  172 lines

  1.  
  2. News Xpress Version 1.0 Beta #3
  3. Written by W.L. Ken, Ng <kenng@HongKong.Super.NET>
  4. ------------------------------------------------------------------------------
  5.  
  6. ----------
  7.  Overview
  8. ----------
  9.  
  10.   News Xpress(NX) is a Windows Sockets compliant USENET newsreader for
  11.   Microsoft Windows that uses the NNTP to access newsgroups and articles on
  12.   a news server.
  13.  
  14.   Some of the key features of NX are:
  15.   - An integrated MDI application
  16.   - Support XOVER to access overview database from news server
  17.   - Support AUTHINFO for authorization
  18.   - Support threads
  19.   - Support signature
  20.   - Built-in uuencode and uudecode
  21.   - Support kill and auto-selection, accept regular expressions for specifying
  22.     patterns
  23.   - Local folders for storing articles, and outbox for queueing posts and mails
  24.  
  25. --------------
  26.  Installation
  27. --------------
  28.  
  29. 1.  The distribution is a compressed ZIP file. Create a directory for NX,
  30.     cd into it, and unzip the ZIP file in that directory. For example:
  31.     C:\> MKDIR NX
  32.     C:\> CD NX
  33.     C:\NX> PKUNZIP C:\DOWNLOAD\NX10B?.ZIP
  34.  
  35.     If you don't have CTL3DV2.DLL in the Windows SYSTEM directory,
  36.     C:\NX> MOVE CTL3DV2.DLL C:\WINDOWS\SYSTEM
  37.     otherwise,
  38.     C:\NX> DEL CTL3DV2.DLL
  39.  
  40. 2.  Create an icon for NX in the Program Manager.
  41.  
  42. 3.  If you want NX to use the INI file in the directory other than
  43.     Windows, you can either specify it in the NX environment variable
  44.     or command line parameter.
  45.  
  46.     NX environment variable example:
  47.  
  48.     C:\NX> SET NX=C:\NX\MYNX.INI
  49.  
  50.     Command line parameter example:
  51.  
  52.     C:\NX\NX.EXE C:\NX\MYNX.INI
  53.  
  54.  
  55. ---------
  56.  History
  57. ---------
  58.  
  59.   Several bugfixes and changes from V1.0 Beta #0
  60.  
  61.   Fixed:
  62.   - Catchup problem
  63.   - Save windows position and size correctly
  64.   - UUdecode multipart files
  65.   - Crash if SPACEBAR is pressed while there is no article in the
  66.     list window
  67.  
  68.   Changes:
  69.   - Perform authorization check right after connection is established
  70.   - The "File|Quit without saving" command forces NX to cancel
  71.     socket call and terminate NX
  72.   - Add filter for selecting newsgroups
  73.   - Single click on a folder icon of thread will open/close thread
  74.   - Added an option for prompting new newsgroups
  75.   - Added an option for opening all threads automatically
  76.   - Configurable Subject header template for attachment
  77.     %s - original subject string
  78.     %f - filename
  79.     %p - current part number
  80.     %t - total number of parts
  81.   - Extended tilde escape sequence for more files attachment control
  82.     ~N          new article
  83.     ~H          add or replace header
  84.     ~A          attach file
  85.  
  86.  
  87.   Several bugfixes and changes from V1.0 Beta #1
  88.  
  89.   Fixed:
  90.   - Should work with Novell LAN Workplace
  91.   - Append signature into outgoing mails
  92.   - NEWSRC problem
  93.   - Groups filter problem
  94.   - "No overview database" problem should be fixed
  95.   - Authentication password encryption problem
  96.  
  97.   Changes:
  98.   - Configurable port numbers for both NNTP and SMTP
  99.   - Display the number of articles of each thread
  100.   - Support different printer font
  101.   - More keys binding
  102.   - Articles navigation (next and previous)
  103.   - Added stop command. The stop command serves for multiple purpose,
  104.     e.g. terminate headers information transfer, cancel print job, and
  105.     stop downloading multiple articles.
  106.   - Added update command to update the selected groups information
  107.     (unread count)
  108.   - Can be specified to use different pathname for NEWSRC file in the setup
  109.     dialog box
  110.   - NX environment variable tells NX where to look for the INI file,
  111.     e.g. SET NX=C:\NX\MYNX.INI
  112.  
  113.   Several bugfixes and changes from V1.0 Beta #2
  114.  
  115.   Fixed:
  116.   - Very long groupname problem
  117.   - Handles long ( > 512 bytes) incoming lines improperly
  118.   - Printer devices problem
  119.   - Catchup does not work after invoking "More" command
  120.   - Hang while displaying Base64 encoded articles
  121.   - Hang while reading groupname in NEWSRC if the groupname contains
  122.     non-ASCII characters
  123.  
  124.   Major changes:
  125.   - No longer sort the newgroups automatically
  126.   - File|Save command can be used to update NEWSRC by activating the
  127.     newsgroups window
  128.   - Articles|More -> Group|Check New Articles
  129.   - Reload old articles
  130.   - Word wrap
  131.   - Carbon copy and blind carbon copy for mail
  132.   - Automatic update subscribed newsgroup for a given time interval
  133.   - Kill and auto-select articles
  134.   - Implementation of local folder (mailbox format), and outbox
  135.   - Indent threads
  136.   - UUencode/UUdecode is done "on-line" to increase the performance
  137.   - Accept command line parameter for the pathname of the INI file
  138.   - Tilde escape sequences obsoleted
  139.   - Mail/Post log obsoleted
  140.  
  141.   Known problems:
  142.   - List control displays string improperly in Windows NT
  143.   - Edit control limitation ( < 64K bytes )
  144.  
  145.   I hope you find NX useful.
  146.  
  147.  
  148. -----------
  149.  Copyright
  150. -----------
  151.   Permission to use, copy and distribute this software and its documentation
  152.   for any purpose and without fee is hereby granted, provided that it is not
  153.   modified.
  154.  
  155.   THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
  156.   WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  157.   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  158.  
  159.  
  160. ----------------
  161.  Reporting Bugs
  162. ----------------
  163.  
  164.   Mail your bug reports to Ken Ng <kenng@hk.super.net>. Please include the
  165.   steps to reproduce the bugs, and any other information that might help
  166.   me locate and correct the cause.
  167.  
  168.  
  169. ---------------------------------------
  170. W.L. Ken, Ng <kenng@HongKong.Super.NET>
  171. ---------------------------------------
  172.